ZeroFaucetScript v1.60

Recommended :
PHP 7.0
MySQL Version 5.6.51

====================
=== HOW TO SETUP ===

~ ~ ~ STEP 1 (database) ~ ~ ~
1. Create new SQL Database, import (sql_db.sql).
Update your database info on :
settingDB.php

~ ~ ~ STEP 2 (general settings) ~ ~ ~
2. Update general setting info :
setting.php

~ ~ ~ STEP 3 (cron jobs) ~ ~ ~
3. Add 3 cron jobs (A, B, and C) :
   replace {Domain_Name.xx} with your Domain URL (ex. 'myfaucets.com or myfaucets.com/zer')
   replace {CronPass} with your cron password you set in setting.php ($cronpass).

A. cron.php (daily  0 0 * * *): 
curl https://Domain_Name.xx/cron.php?pwd=CronPass
OR
wget -O - https://Domain_Name.xx/cron.php?pwd=CronPass

B. cron1m.php (ever 1 minute  * * * * *):
curl https://Domain_Name.xx/cron1m.php?pwd=CronPass
OR
wget -O - https://Domain_Name.xx/cron1m.php?pwd=CronPass

C. cron5m.php (ever 5 minutes  */5 * * * *):
curl https://Domain_Name.xx/cron5m.php?pwd=CronPass
OR
wget -O - https://Domain_Name.xx/cron5m.php?pwd=CronPass

~ ~ ~ STEP 4 (ads) ~ ~ ~
4. Change ads-spaces :
ad-places/300x250.php
ad-places/300x250B.php
ad-places/728x90.php
ad-places/728x90B.php
ad-places/728x90-home.php

~ ~ ~ STEP 5 (banners) ~ ~ ~
5. Change your site banners for referral urls :
img/banners/

Done!

If you are getting error about (magic_quotes) if not available on your host, edit [config.php] and remove these 2 lines (16, 18) :

if (get_magic_quotes_gpc())
$data = mysql_real_escape_string($MySQLObj,$data);

Donate :
t1MDaXfELC9c9d8MDYXvNJUjEG3YUG3FTNe

for any help, contact us :
zerofaucet.com@gmail.com 